AddRange(String[]) Method
Add some texts of specified collection to the end of the collection.
public void AddRange(
string[]
)
'Declaration
Public Overloads Sub AddRange( _
ByVal () As String _
)
'Usage
Dim instance As ListItemCollection
Dim texts() As String
instance.AddRange(texts)
Parameters
- texts
- A specified collection add into the collection.